/*全局配置*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p li i input {
  font-family: SourceHanSansCN, SourceHanSansCN-Bold;
  line-height: 40px;
  letter-spacing: 0px;
}

input,
textarea {
  outline: none;
}

a {
  color: #222222;
  text-decoration: none !important;
}

img {
  max-width: 100%;
}
/*常用类名*/

.main-container {
  max-width: 1500px;
  width: 100%;
  padding: 0 20px;
  margin: auto;
  display: block;
}

.flex-row-sb,
.flex-row-center,
.flex-row-fs,
.flex-row-fe {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
}

.flex-row-sb {
  justify-content: space-between;
}

.flex-row-fs {
  justify-content: flex-start;
}

.flex-row-fe {
  justify-content: flex-end;
}

.flex-row-center {
  justify-content: center;
}

.bg-cover-center {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-contain-center {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/*头部*/
/* pc端 */
header {
  background-color: white;
  border-bottom: #085ea7 solid 2px;
  position: fixed;
  z-index: 10;
  width: 100%;
  top: 0;
  left: 0;
}

header .pc .box-left .logo {
  position: relative;
  align-self: stretch;
}

header .pc .box-left .logo img {
  width: 150px;
  height: 100%;
  padding: 30px 20px;
  margin-right: 20px;
}

header .pc .box-left .logo p {
  font-size: 20px;
  margin-right: 50px;
  font-weight: bold;
}

header .pc .box-left ul {
  margin: 0;
  padding: 0;
  width: 550px;
  flex-grow: 1;
}

header .pc .box-left ul li {
  flex-grow: 1;
  margin-right: 1px;
}

header .pc .box-left ul li a {
  display: inline-block;
  line-height: 90px;
  font-size: 16px;
  width: 100%;
  text-align: center;
}

header .pc .box-left ul li .pc-nav-active {
  background: #085ea7;
  color: white;
}

header .pc .box-left ul li a:hover {
  background: #085ea7;
  color: white;
}

header .pc .box-right input {
  width: 150px;
  height: 30px;
  padding: 0 10px;
  background-color: none;
  border: #085ea7 solid 1px;
}

header .pc .box-right button {
  padding: 0;
  border: none;
  background-color: #085ea7;
  flex-shrink: 0;
}

header .pc .box-right button img {
  width: 30px;
  height: 30px;
  padding: 5px;
}
header .pc .box-right p {
  font-size: 16px;
  color: #085ea7;
  margin-left: 50px;
}
header .pc .box-right p span {
  font-size: 20px;
  font-weight: bold;
}
/* 移动端 */
header .mb {
  height: 55px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  background: white;
  z-index: 999;
}

header .mb .logo {
  width: 100px;
}

header .mb .showMore {
  width: 30px;
}

header .mb .mb-nav {
  position: absolute;
  width: 100vw;
  display: none;
}
header .mb .mb-nav li a,
header .mb .mb-nav li p {
  display: block;
  width: 100%;
  line-height: 45px;
  padding: 0 20px;
  background: rgba(22, 22, 22, 0.89);
  color: white;
}

header .mb .mb-nav li a:active,
header .mb .mb-nav li p:active {
  background: rgb(116, 115, 115);
}

header .mb .search-mb {
  background: white;
  padding: 40px 20px;
  position: relative;
  border-top: 1px rgb(223, 220, 220) solid;
  display: none;
}

header .mb .search-mb input {
  border: none;
  background: rgb(228, 227, 226);
  height: 35px;
  flex-grow: 1;
  margin-right: 20px;
  padding: 0 20px;
}

header .mb .search-mb .search {
  width: 30px;
}

header .mb .search-mb .close {
  padding: 5px;
  width: 40px;
  background: white;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
  border-radius: 50%;
}

main {
  margin-top: 81px;
}

footer {
  background-color: #053e6e;
}

footer .otherLink {
  font-size: 16px;
  color: white;
  padding: 40px 0;
  border-bottom: white solid 1px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

footer .otherLink a {
  font-size: 16px;
  color: white;
  display: block;
  margin-right: 10px;
}

footer .footer-list {
  align-items: flex-start;
  flex-wrap: wrap;
}

footer .footer-list .footer-one h3 {
  font-size: 18px;
  font-weight: bold;
  color: white;
  line-height: 60px;
}

footer .footer-list .footer-one .underline {
  display: block;
  width: 183px;
  height: 2px;
  border: 1px solid rgba(255, 255, 255, 0.212);
  margin-bottom: 30px;
}

footer .footer-list .footer-one .underline::after {
  content: "";
  display: block;
  display: block;
  width: 30px;
  height: 2px;
  border: 1px solid #ffffff;
  position: relative;
  top: -1px;
}

footer .footer-list .footer-one ul li {
  font-size: 16px;
  color: white;
  line-height: 40px;
}

footer .footer-list .footer-one ul li a {
  font-size: 16px;
  color: white;
}
footer .footer-list .footer-one ul li a:hover {
  color: #097add;
}
footer .footer-list .footer-one ul li img {
  width: 30px;
  margin-right: 10px;
}
footer .footer-list .footer-one ul li p {
  font-size: 16px;
  color: white;
}
footer .qrCode p {
  font-size: 16px;
  color: white;
  line-height: 60px;
  text-align: center;
}
footer .qrCode div {
  margin-right: 30px;
}

footer .web-footer .records {
  color: white;
  padding: 40px 0;
  border-top: white solid 1px;
  margin-top: 80px;
}

/* banner */
.banner {
  height: 400px;
}
.banner .banner-content {
  height: 100%;
  flex-wrap: wrap;
}

.banner .banner-content span {
  display: block;
  width: 50px;
  height: 3px;
  background-color: white;
  margin: 30px auto;
}

.banner .banner-content h1 {
  color: white;
  font-size: 36px;
  font-weight: bold;
  width: 100%;
  text-align: center;
}

.banner .banner-content p {
  color: white;
  font-size: 16px;
  width: 100%;
  text-align: center;
  letter-spacing: 2px;
}

/* 栏目标题 */

.column-title {
  position: relative;
  color: #085ea7;
  font-size: 38px;
  text-align: center;
  padding: 40px 0;
  font-weight: bold;
}
.column-title span {
  position: absolute;
  text-align: left;
  display: inline-block;
  left: calc(50% - 200px);
  top: calc(50% - 40px);
  opacity: 0.1;
}

/* 弹窗 */

.pop {
  background: rgba(0, 0, 0, 0.596);
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 999;
  display: none;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/*分页器*/

.pagination a {
  padding: 10px 15px !important;
  background: #ffffff;
  border-radius: 4px;
  margin: 5px;
  font-size: 18px !important;
}

.pagination-active {
  background: #0e6eb8 !important;
  color: white !important;
}

/* 面包屑 */

.crumbs {
  padding-top: 30px;
  padding-bottom: 30px;
  flex-wrap: wrap;
}

.crumbs img {
  width: 15px;
}

.crumbs a {
  display: block;
  margin: 0 10px;
}

.crumbs a:hover {
  color: #034781;
  font-weight: bold;
}
/* 关于我们 */
#aboutUs .company-intro {
  padding-top: 100px;
}

#aboutUs .company-intro .intro-content {
  margin-top: 50px;
}

#aboutUs .company-intro .intro-content p {
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0px;
}

#aboutUs .company-intro .intro-content img {
  margin: 30px 0 30px;
}

#aboutUs .history {
  padding-top: 80px;
}

#aboutUs .history .history-nav {
  margin-top: 50px;
}

#aboutUs .history .history-nav li {
  margin: 0 30px;
  padding-bottom: 30px;
  font-size: 26px;
  color: #858585;
  border-bottom: transparent 3px solid;
  cursor: pointer;
  transition: 0.3s;
}

#aboutUs .history .history-nav li:hover {
  border-bottom: #71b2eb 3px solid;
  color: #71b2eb;
}

#aboutUs .history .history-nav .history-nav-active {
  border-bottom: #71b2eb 3px solid;
  color: #71b2eb;
}

#aboutUs .history-box {
  padding: 50px 0;
}

#aboutUs .history-box h3 {
  text-align: center;
  color: #04a2bb;
  font-weight: bold;
  font-size: 50px;
  padding: 50px 0;
}

#aboutUs .history-list .history-one:nth-child(2n - 1) {
  justify-content: flex-end;
}

#aboutUs .history-list .history-one .history-intro {
  width: calc(50% - 1px);
}

#aboutUs .history-list .history-one .history-intro {
  padding: 50px 50px;
  position: relative;
}

#aboutUs .history-list .history-one .history-intro div {
  width: 100%;
  padding: 10px 20px;
  cursor: pointer;
}

#aboutUs .history-list .history-one .history-intro div:hover {
  box-shadow: 1px 4px 6px 4px rgba(0, 0, 0, 0.08);
}

#aboutUs .history-list .history-one span {
  font-size: 42px;
  color: #085ea7;
}

#aboutUs .history-list .history-one p {
  line-height: 30px;
}

#aboutUs .history-list .history-one:nth-child(2n - 1) .history-intro {
  border-left: #71b2eb solid 1px;
  width: calc(50% + 2px);
}

#aboutUs .history-list .history-one:nth-child(2n - 1) .history-intro::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #085ea7;
  position: absolute;
  border-radius: 50%;
  left: -7.5px;
}

#aboutUs .history-list .history-one:nth-child(2n) .history-intro {
  border-right: #71b2eb solid 1px;
  text-align: right;
}

#aboutUs .history-list .history-one:nth-child(2n) .history-intro::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #085ea7;
  position: absolute;
  border-radius: 50%;
  right: -7.5px;
}

#aboutUs .honor {
  padding-top: 100px;
  padding-bottom: 100px;
}

#aboutUs .honor .swiper-container {
  margin-top: 50px;
}

#aboutUs .honor .swiper-slide {
  display: inline-block;
  width: unset;
  height: 530px;
}

#aboutUs .honor-one {
  width: 269px;
  box-shadow: 1px 4px 6px 4px rgba(0, 0, 0, 0.08);
  margin: 20px auto;
}
#aboutUs .honor-one .honor-img {
  width: 269px;
  height: 381px;
}
#aboutUs .honor-one h4 {
  text-align: center;
  line-height: 70px;
}

/* 联系我们 */
#contact .map {
  height: 943px;
  margin-top: 100px;
  margin-bottom: 87px;
}

#contact .contactUs h2 {
  text-align: center;
  font: 28px;
  margin-bottom: 70px;
}

#contact .contactUs-box {
  align-items: flex-start;
  margin-top: 100px;
  flex-wrap: wrap;
}

#contact .contactUs-box .box-left {
  width: 730px;
  flex-grow: 1;
  flex-wrap: wrap;
}

#contact .contactUs-box .column-title{
  width: 100%;
  margin-bottom: 50px;
  color: #034781;
}

#contact .contactUs-box .box-left .flex-row-fs {
  width: 48%;
  font-size: 16px;
  color: #5f5f5f;
  margin-bottom: 50px;
}

#contact .contactUs-box .box-left .flex-row-fs img {
  width: 30px;
  margin-right: 10px;
}

#contact .contactUs-box .box-left .qrCode {
  width: 100%;
}

#contact .contactUs-box .box-left .qrCode div {
  margin: 30px;
}

#contact .contactUs-box .box-left .qrCode div img {
  width: 150px;
}

#contact .contactUs-box .box-left .qrCode div h4 {
  text-align: center;
}

#contact .contactUs-box .box-right {
  width: 654px;
  flex-grow: 1;
  flex-wrap: wrap;
}

#contact .contactUs-box .box-right h3 {
  width: 100%;
  margin-bottom: 50px;
  color: #034781;
}

#contact .contactUs-box .box-right input {
  width: calc(50% - 10px);
  height: 42px;
  background: #ffffff;
  border: 1px solid #1c6bae;
  outline: none;
  margin-bottom: 20px;
  padding: 0 20px;
}

#contact .contactUs-box .box-right div {
  width: 100%;
}

#contact .contactUs-box .box-right div input {
  width: 70%;
}

#contact .contactUs-box .box-right div img {
  width: calc(30% - 20px);
  height: 42px;
  margin-bottom: 20px;
}

#contact .contactUs-box .box-right textarea {
  width: 100%;
  height: 99px;
  background: #ffffff;
  border: 1px solid #1c6bae;
  margin-bottom: 20px;
  padding: 20px;
}

#contact .contactUs-box .box-right button {
  width: 100%;
  height: 46px;
  background: #085ea7;
  color: white;
  border: none;
}

/* 首页 */

#index .index-banner .swiper-slide img{
  width: 100%;
}

#index .product {
  position: relative;
  height: 940px;
  padding-top: 80px;
}

#index .product .column-title {
  color: white;
}

#index .product .product-box {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 1800px;
}

#index .product-box .product-nav li {
  padding: 25px 30px;
  color: white;
  font-size: 22px;
  cursor: pointer;
}

#index .product-box .product-nav .product-nav-active {
  background: white;
  color: #085fa9;
  border-radius: 5px 5px 0 0;
}

#index .product-box .product-list {
  padding-bottom: 100px;
  overflow: hidden;
}

#index .product-box .product-list .swiper-container {
  background: white;
  width: 1500px;
  max-width: calc(100vw - 160px);
}

#index .product-box .product-list .swiper-slide {
  padding: 60px 30px;
}

#index .product-box .product-list .go-product {
  width: 120px;
  padding: 30px;
  flex-shrink: 0;
}

#index .product-box .product-one {
  background: white;
  width: 320px;
  max-width: 100%;
  margin: auto;
  transition: 0.3s;
  border-radius: 5px;
  overflow: hidden;
  display: block;
}

#index .product-box .product-one:hover {
  transform: scale(1.04);
  border: #085fa8 solid 1px;
}

#index .product-box .product-one .product-img {
  height: 0;
  width: 320px;
  padding-bottom: 100%;
  max-width: 100%;
}

#index .product-box .product-one .product-intro {
  width: 320px;
  max-width: 100%;
  text-align: center;
  color: #085fa8;
  font-size: 16px;
  font-weight: bold;
  line-height: 80px;

  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

#index .advantages  {
  padding-top: 100px;
}

#index .advantages .column-title {
  padding-top: 50px;
}

#index .advantages .advantages-box {
  min-height: 700px;
  flex-wrap: wrap;
}
#index .advantages .advantages-box .box-out {
  width: calc(50% - 20px);
}

#index .advantages .advantages-box .box-left {
  background: white;
  padding: 60px;
  width: 100%;
  padding-left: 80px;
  list-style: disc;
}

#index .advantages .advantages-box .box-left li {
  font-size: 30px;
  color: #034781;
  margin-bottom: 40px;
}

#index .advantages .advantages-box .box-left p {
  font-size: 18px;
  color: #034781;
  line-height: 40px;
  font-weight: bold;
}

#index .advantages .advantages-box .box-right {
  width: calc(50% - 30px);
}

#index .advantages .advantages-box .box-right li {
  padding: 30px;
  cursor: pointer;
}

#index .advantages .advantages-box .box-right li h4 {
  color: #085ea7;
  font-size: 28px;
  font-weight: bold;
}

#index .advantages .advantages-box .box-right li p {
  font-size: 14px;
  color: #69a3d4;
}

#index .advantages .advantages-box .box-right .advantages-active {
  background-color: #085ea7;
}

#index .advantages .advantages-box .box-right .advantages-active h4,
#index .advantages .advantages-box .box-right .advantages-active p {
  color: white;
}

#index .aboutUs {
  padding: 70px 0 130px;
}

#index .aboutUs .column-title {
  color: white;
}

#index .aboutUs-box {
  margin-top: 50px;
  flex-wrap: wrap;
}

#index .aboutUs-box .box-left {
  max-width: 647px;
  margin-bottom: 30px;
}

#index .aboutUs-box .box-left p {
  color: white;
  font-size: 16px;
  margin-bottom: 40px;
  line-height: 40px;
}

#index .aboutUs-box .box-left a {
  width: 140px;
  height: 39px;
  border: 1px solid #ffffff;
  border-radius: 21px;
  padding: 0 20px;
}

#index .aboutUs-box .box-left a img {
  width: 20px;
}

#index .aboutUs-box .box-left a p {
  margin: 0;
  line-height: unset;
}

#index .aboutUs-box .box-right {
  width: 680px;
  max-width: 100%;
}

#index .news {
  padding-top: 70px;
}

#index .news .news-box {
  margin-top: 50px;
  flex-wrap: nowrap;
  align-items: flex-start;
}

#index .news .box-left {
  width: 484px;
  flex-grow: 1;
  background: #f8f8f8;
  padding: 20px;
  margin-right: 10px;
  max-width: 100%;
  flex-shrink: 0;
}

#index .news .box-left .time {
  color: #535353;
  font-size: 16px;
}

#index .news .box-left h3 {
  color: #085ea7;
  font-size: 18px;
  font-weight: bold;
}

#index .news .box-left .news-img {
  width: 100%;
  height: 250px;
  margin: 10px 0;
}

#index .news .box-left .news-intro {
  color: #525252;
  font-size: 14px;
  line-height: 25px;
}

#index .news .box-left a {
  width: 142px;
  height: 33px;
  background: #085ea7;
  border-radius: 17px;
  padding: 0 20px;
  margin-top: 30px;
}

#index .news .box-left a img {
  width: 20px;
}

#index .news .box-left a span {
  color: white;
}

#index .news .box-right {
  flex-grow: 1;
  max-width: 100%;
  align-content: flex-start;
  flex-wrap: wrap;
}

#index .news .box-right li {
  flex-grow: 1;
  padding-bottom: 20px;
  margin-left: 20px;
  margin-bottom: 50px;
  border-bottom: gray solid 1px;
  transition: 0.3s;
}

#index .news .box-right li:hover {
  transform: scale(1.03);
}

#index .news .box-right li .news-title {
  font-size: 18px;
  font-weight: bold;
}
#index .news .box-right li .news-title span {
  font-size: 16px;
  color: #535353;
  font-weight: 500;
}

#index .news .box-right li a div p {
  width: 340px;
  line-height: 30px;
}

#index .news .box-right li a div img {
  width: 30px;
  align-self: flex-end;
}

#index .partner {
  margin-top: 40px;
}

#index .partner .partner-list {
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 100px;
}

#index .partner .partner-list .partner-one {
  flex-basis: calc(20% - 10px);
  height: 100px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
}

#index .partner .partner-list i {
  flex-basis: calc(20% - 10px);
}

/* 新闻 */
#news .news-nav {
  margin-top: 50px;
  margin-bottom: 50px;
}
#news .news-nav a {
  display: block;
  padding: 10px 30px;
  font-size: 18px;
  background-color: white;
}

#news .news-nav a:hover {
  color: white;
  background-color: #085fa8;
}

#news .news-nav .news-nav-active {
  color: white;
  background-color: #085fa8;
}

#news .news-box {
  padding-bottom: 100px;
  align-items: flex-start;
}

#news .news-box .box-left .news-one {
  align-items: flex-start;
  padding: 30px 0;
  border-bottom: #303030 solid 1px;
}

#news .news-box .box-left .news-one .time {
  width: 150px;
}

#news .news-box .box-left .news-one .time h4 {
  font-size: 36px;
}
#news .news-box .box-left .news-one .time h4 span {
  display: block;
  width: 43px;
  height: 1px;
  border: 1px solid #303030;
  margin: 0 10px;
}

#news .news-box .box-left .news-one .time img {
  background: none;
  width: 35px;
  padding: 5px;
  margin-top: 30px;
}
#news .news-box .box-left .news-one .news-intro h4 {
  font-size: 24px;
  margin-bottom: 10px;
}

#news .news-box .box-left .news-one .news-intro p {
  color: #8e8e8e;
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
}

#news .news-box .box-left .news-one:hover p,
#news .news-box .box-left .news-one:hover h4 {
  color: #095790;
}

#news .news-box .box-left .news-one:hover span {
  border-bottom: #095790 solid 1px !important;
}

#news .news-box .box-left .news-one:hover img {
  background: #095790;
}
#news .news-box .box-right {
  margin-left: 40px;
  flex-shrink: 0;
  max-width: 100%;
}
#news .news-box .box-right .other-news h3 {
  font-size: 22px;
  color: white;
  background-color: #034781;
  line-height: 50px;
  padding: 0 20px;
}
#news .news-box .box-right .other-news ul li {
  padding: 0 20px;
  background-color: white;
}
#news .news-box .box-right .other-news ul li a {
  display: block;
  padding: 10px 0 20px;
  border-bottom: 1px solid rgb(204, 204, 204);
}
#news .news-box .box-right .other-news ul li a h4 {
  font-size: 18px;
}

#news .news-box .box-right .other-news ul li a i {
  font-size: 14px;
  color: rgb(167, 167, 167);
  margin-bottom: 10px;
  display: block;
}

#news .news-box .box-right .other-news ul li a p {
  font-size: 16px;
}

#news .news-box .box-right .contact h3 {
  font-size: 22px;
  color: white;
  background-color: #034781;
  line-height: 50px;
  padding: 0 20px;
}
#news .news-box .box-right .contact ul li {
  border-bottom: 1px solid rgb(204, 204, 204);
  padding: 20px;
  background-color: white;
}

#news .news-box .box-right .contact ul .company {
  font-size: 20px;
  font-weight: bold;
}
/* 新闻内页 */

#nshow .newsDetail-box {
  align-items: flex-start;
  margin-top: 50px;
}

#nshow .newsDetail-box .news-title {
  font-size: 28px;
  text-align: center;
}

#nshow .newsDetail-box .title-sm {
  font-size: 16px;
  text-align: center;
  padding: 30px 0 40px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 70px;
}

#nshow .newsDetail-box .news-content {
  padding-bottom: 80px;
  border-bottom: 1px solid #d9d9d9;
  font-size: 16px;
  line-height: 35px;
}

#nshow .newsDetail-box .news-content p,
#nshow .newsDetail-box .news-content strong {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 35px;
}

#nshow .newsDetail-box .news-content ul {
  list-style: disc;
  list-style-position: inside;
}

#nshow .newsDetail-box .news-content ul li {
  font-size: 16px;
  line-height: 35px;
}

#nshow .newsDetail-box .news-content img {
  max-width: 100%;
}

#nshow .newsDetail-box .news-content table {
  max-width: 100%;
}

#nshow .newsDetail-box .paging {
  font-size: 18px;
  padding-top: 40px;
  padding-bottom: 40px;
  flex-wrap: wrap;
}

#nshow .newsDetail-box .paging a {
  margin-left: 10px;
}

#nshow .newsDetail-box .paging a:hover {
  color: #085fa8;
}

#nshow .newsDetail-box .box-right {
  margin-left: 40px;
  flex-shrink: 0;
  max-width: 100%;
}
#nshow .newsDetail-box .box-right .other-news h3 {
  font-size: 22px;
  color: white;
  background-color: #034781;
  line-height: 50px;
  padding: 0 20px;
}
#nshow .newsDetail-box .box-right .other-news ul li {
  padding: 0 20px;
  background-color: white;
}
#nshow .newsDetail-box .box-right .other-news ul li a {
  display: block;
  padding: 10px 0 20px;
  border-bottom: 1px solid rgb(204, 204, 204);
}
#nshow .newsDetail-box .box-right .other-news ul li a h4 {
  font-size: 18px;
}

#nshow .newsDetail-box .box-right .other-news ul li a i {
  font-size: 14px;
  color: rgb(167, 167, 167);
  margin-bottom: 10px;
  display: block;
}

#nshow .newsDetail-box .box-right .other-news ul li a p {
  font-size: 16px;
}

#nshow .newsDetail-box .box-right .contact h3 {
  font-size: 22px;
  color: white;
  background-color: #034781;
  line-height: 50px;
  padding: 0 20px;
}
#nshow .newsDetail-box .box-right .contact ul li {
  border-bottom: 1px solid rgb(204, 204, 204);
  padding: 20px;
  background-color: white;
}

#nshow .newsDetail-box .box-right .contact ul .company {
  font-size: 20px;
  font-weight: bold;
}

/* 产品 */

#product .product-nav {
  margin-top: 50px;
  margin-bottom: 70px;
}
#product .product-nav div {
  flex-wrap: wrap;
}

#product .product-nav div a {
  text-align: center;
  display: block;
  width: calc(100% / 6 - 10px);
  height: 50px;
  line-height: 50px;
  margin-bottom: 10px;
  background: #f5f5f5;
  color: #000;
  font-size: 16px;

  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

#product .product-nav div .nav-active {
  background: #034781;
  color: white;
}

#product .product-nav div a:hover {
  background: #034781;
  color: white;
}

#product .product-nav div i {
  width: calc(100% / 6 - 10px);
  margin-bottom: 10px;
}

#product .product-list {
  flex-wrap: wrap;
}

#product .product-list i {
  width: 340px;
  margin-bottom: 30px;
}

#product .product-one {
  margin-bottom: 30px;
  transition: 0.3s;
  border: 1px solid rgba(243, 243, 243, 1);
  position: relative;
  overflow: hidden;
}

#product .product-one .product-img {
  width: 340px;
  height: 340px;
  margin-bottom: 50px;
  transition: 0.3s;
}

#product .product-one h4 {
  position: absolute;
  font-size: 18px;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: white;
}

#product .product-one span {
  position: absolute;
  display: block;
  width: 0;
  height: 2px;
  background: #034781;
  transition: 0.3s;
  left: 0;
  bottom: 0;
  z-index: 10;
}

#product .product-one:hover .product-img {
  transform: scale(1.3);
}

#product .product-one:hover span {
  width: 100%;
}

/* 产品内页 */
#pshow .back-list img {
  width: 15px;
  margin-right: 10px;
}
#pshow .back-listp {
  font-size: 16px;
}
#pshow .product-intro {
  padding-top: 40px;
  padding-bottom: 40px;
  flex-wrap: wrap;
}
#pshow .product-intro .box-left {
  width: 516px;
  max-width: 100%;
}
#pshow .product-intro .box-right {
  width: 750px;
  max-width: 100%;
  align-self: flex-start;
  font-size: 16px;
}
#pshow .product-intro .box-right h2 {
  border-bottom: 1px solid #d1d1d1;
  font-size: 26px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#pshow .product-intro .box-right ul {
  list-style: disc;
  list-style-position: inside;
}
#pshow .product-intro .box-right ul li {
  font-size: 16px;
  line-height: 35px;
}
#pshow .product-detail {
  padding: 0;
  background-color: white;
}
#pshow .product-detail .title h2 {
  font-size: 22px;
  font-weight: bold;
  color: black;
  padding-top: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
#pshow .product-detail .product-content {
  padding: 20px;
  font-size: 16px;
}
#pshow .product-detail .product-content p,
#pshow .product-detail .product-content strong {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 35px;
}
#pshow .product-detail .product-content ul {
  list-style: disc;
  list-style-position: inside;
}

#pshow .product-detail .product-content ul li {
  font-size: 16px;
  line-height: 35px;
}
#pshow .product-detail .product-content img {
  max-width: 100%;
}

#pshow .product-detail .product-content table {
  max-width: 100%;
}

#pshow .paging {
  font-size: 18px;
  padding-top: 40px;
  padding-bottom: 40px;
  flex-wrap: wrap;
}
#pshow .paging a {
  margin-left: 10px;
}
#pshow .paging a:hover {
  color: #085fa8;
}
#pshow .product-list {
  padding-bottom: 50px;
  position: relative;
}
#pshow .product-list .swiper-container {
  max-width: 1300px;
}
#pshow .product-list .swiper-slide {
  padding-top: 40px;
  padding-bottom: 40px;
}
#pshow .product-list h3 {
  font-size: 22px;
  color: black;
  margin-bottom: 55px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
#pshow .product-list .product-one {
  background-color: white;
  display: block;
  transition: 0.3s;
}

#pshow .product-list .product-one:hover {
  transform: scale(1.1);
}

#pshow .product-list .product-one .product-img {
  width: 100%;
  padding-bottom: 100%;
}

#pshow .product-list .product-one .product-name {
  padding: 20px 20px;
  text-align: center;
  font-size: 16px;
}

@media screen and (max-width: 1050px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
  /*分页器*/
  .pagination a {
    padding: 10px 15px !important;
    font-size: 14px !important;
  }

  /* banner */

  .banner {
    height: 70vw;
  }

  .banner .banner-content h1 {
    font-size: 22px;
  }

  .banner .banner-content span {
    margin: 10px auto;
  }

  /* main */
  main {
    margin-top: 55px;
  }

  /* footer */

  footer .otherLink {
    font-size: 14px;
    padding: 15px 0;
    margin-bottom: 0;
  }

  footer .otherLink a {
    font-size: 14px;
  }

  footer .footer-list .footer-one {
    width: 100%;
  }

  footer .footer-list .footer-one h3 {
    font-size: 14px;
    line-height: 40px;
    margin-top: 20px;
  }

  footer .footer-list .footer-one .underline {
    margin-bottom: 10px;
    width: 100%;
  }

  footer .footer-list .footer-one ul li img {
    width: 20px;
  }

  footer .footer-list .footer-one ul li p {
    font-size: 14px;
  }

  footer .qrCode p {
    font-size: 14px;
    text-align: left;
    line-height: 40px;
    margin-top: 20px;
  }

  footer .web-footer .records {
    margin-top: 30px;
    padding: 20px 0;
  }

  /* 标题 */

  .column-title {
    font-size: 20px;
    padding: 10px 0;
  }
  .column-title span {
    left: calc(50% - 100px);
    top: calc(50% - 25px);
    line-height: 30px;
  }

  /* 首页 */
  #index .index-banner {
    margin-top: 55px;
  }
  #index .index-banner .swiper-slide {
    height: calc(100vw * 0.4);
  }
  #index .advantages .column-title {
    margin-top: 20px;
  }

  #index .advantages .advantages-box {
    margin-top: 30px;
  }

  #index .advantages .advantages-box .box-out {
    width: 100%;
  }

  #index .advantages .advantages-box .box-left {
    padding: 20px;
    width: 100%;
  }

  #index .advantages .advantages-box .box-left li {
    font-size: 20px;
    margin-bottom: 10px;
  }

  #index .advantages .advantages-box .box-left p {
    font-size: 14px;
    font-weight: unset;
    line-height: 30px;
  }

  #index .advantages .advantages-box .box-right {
    width: 100%;
  }

  #index .advantages .advantages-box .box-right li {
    padding: 10px 20px;
  }

  #index .advantages .advantages-box .box-right li h4 {
    font-size: 18px;
    line-height: 30px;
  }

  #index .advantages .advantages-box .box-right li p {
    font-size: 12px;
  }

  #index .aboutUs {
    padding: 20px 0 30px;
  }

  #index .aboutUs-box {
    margin-top: 20px;
  }

  #index .aboutUs-box .box-left {
    width: 100%;
    max-width: 100%;
  }

  #index .aboutUs-box .box-left p {
    font-size: 14px;
    line-height: 30px;
  }

  #index .aboutUs-box .box-left a {
    width: 150px;
    height: 35px;
  }

  #index .product {
    padding-bottom: 0;
    padding-top: 30px;
    height: unset;
  }

  #index .product .product-box {
    position: unset;
    margin-top: 30px;
  }

  #index .product-box .product-nav {
    overflow-x: scroll;
  }
  #index .product-box .product-nav::-webkit-scrollbar {
    height: 0;
  }

  #index .product-box .product-nav li {
    font-size: 14px;
    padding: 10px;
    flex-shrink: 0;
  }

  #index .product-box .product-nav .product-nav-active {
    border-radius: 0;
  }

  #index .product-box .product-list {
    padding-right: 0;
    padding-bottom: 0;
  }

  #index .product-box .product-list .swiper-container {
    max-width: 100%;
  }

  #index .news {
    padding-top: 20px;
  }

  #index .news .news-box {
    margin-top: 30px;
    flex-wrap: wrap;
  }

  #index .news .box-left {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  #index .news .box-left a {
    margin-top: 20px;
  }

  #index .news .box-right {
    width: 100%;
    justify-content: center;
    writing-mode: unset;
    max-height: unset;
  }

  #index .news .box-right li {
    width: 100%;
    writing-mode: unset;
    padding-bottom: 20px;
    margin-left: 0;
    margin-bottom: 10px;
    transition: 0.3s;
  }

  #index .news .box-right li .news-title {
    display: block;
    line-height: 30px;
    font-size: 18px;
  }

  #index .news .box-right li .news-title span {
    display: block;
    font-size: 14px;
  }

  #index .news .box-right li a div p {
    line-height: 25px;
  }

  #index .partner .partner-list .partner-one {
    height: 60px;
    flex-basis: calc(100% / 3 - 8px);
  }

  #index .partner .partner-list i {
    flex-basis: calc(100% / 3 - 8px);
  }

  /* 关于我们 */
  #aboutUs .company-intro {
    padding-top: 20px;
  }

  #aboutUs .company-intro .intro-content {
    margin-top: 20px;
  }

  #aboutUs .company-intro .intro-content p {
    line-height: 30px;
    font-size: 14px;
  }

  #aboutUs .company-intro .intro-content img {
    margin: 20px 0 20px;
  }

  #aboutUs .history {
    padding-top: 20px;
  }

  #aboutUs .history .history-nav {
    margin-top: 20px;
    justify-content: flex-start;
    overflow-x: scroll;
  }

  #aboutUs .history .history-nav li {
    margin: 0;
    font-size: 16px;
    padding: 10px 5px;
    flex-shrink: 0;
  }

  #aboutUs .history-box h3 {
    font-size: 24px;
    padding: 0 0 20px;
  }

  #aboutUs .history-box {
    padding: 20px;
  }

  #aboutUs .history-list {
    padding: 0;
  }

  #aboutUs .history-list .history-one .history-intro {
    padding: 0;
  }

  #aboutUs .history-list .history-one:nth-child(2n - 1) .history-intro div {
    padding-right: 0;
  }

  #aboutUs .history-list .history-one:nth-child(2n) .history-intro div {
    padding-left: 0;
  }

  #aboutUs .history-list .history-one .history-intro div:hover {
    box-shadow: unset;
  }

  #aboutUs .history-list .history-one span {
    font-size: 20px;
  }

  #aboutUs .history-list .history-one p {
    line-height: 25px;
  }

  #aboutUs .honor {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  #aboutUs .honor .swiper-container {
    margin-top: 30px;
  }

  /* 产品中心 */

  #product .product-nav {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #product .product-nav div a {
    width: calc(100% / 3 - 8px);
  }

  #product .product-one {
    margin-bottom: 20px;
  }

  #product .product-list i {
    margin: 0;
  }

  #product .product-one .product-img {
    width: calc(100vw - 40px);
  }

  #pshow .product-intro {
    padding: 30px 20px;
  }
  #pshow .product-list h3 {
    margin-bottom: 0;
    font-size: 18px;
  }
  #pshow .product-list .swiper-container {
    padding: 0;
  }
  #pshow .product-list .product-one:hover {
    transform: unset;
  }
  /* 产品内页 */

  #pshow .product-intro .box-left {
    margin-bottom: 20px;
  }

  #pshow .product-intro .box-right h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  #pshow .product-intro .box-right ul li {
    font-size: 14px;
    line-height: 30px;
  }

  #pshow .product-detail .title h2 {
    font-size: 18px;
  }
  #pshow .product-detail {
    box-shadow: none;
    border-bottom: 1px solid rgb(184, 181, 181);
  }
  #pshow .product-detail .product-content ul li {
    line-height: 30px;
    font-size: 14px;
  }
  #pshow .product-detail .product-content p,
  #pshow .product-detail .product-content strong {
    font-size: 14px;
    line-height: 30px;
  }

  #pshow .paging {
    padding: 20px;
  }

  #pshow .paging p {
    font-size: 16px;
    margin-bottom: 10px;
    width: 100%;
  }

  /* 企业动态 */

  #news .news-nav {
    margin: 20px auto;
  }
  #news .news-box {
    padding-top: 0px;
    padding-bottom: 30px;
    flex-wrap: wrap;
  }

  #news .news-box .box-left .news-one {
    padding: 20px;
    border-bottom: none;
    background: white;
    margin-bottom: 20px;
  }

  #news .news-box .box-left .news-one .news-intro h4 {
    font-size: 18px;
  }

  #news .news-box .box-left .news-one .news-intro p {
    font-size: 14px;
    line-height: 20px;
  }

  #news .news-box .box-right {
    margin-left: 0;
    margin-top: 30px;
    width: 100%;
  }

  /* 联系我们 */
  #contact .map {
    height: 300px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  #contact .contactUs h2 {
    font-size: 18px;
    margin-bottom: 30px;
  }

  #contact .contactUs-box  {
    margin-top: 30px;
  }

  #contact .contactUs-box .box-left {
    width: 100%;
    border: none;
  }
  #contact .contactUs-box .box-left h3 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  #contact .contactUs-box .box-left .flex-row-fs {
    width: 100%;
    font-size: 14px;
    margin-bottom: 20px;
  }
  #contact .contactUs-box .box-left .flex-row-fs img {
    width: 20px;
  }
  #contact .contactUs-box .box-left .qrCode {
    justify-content: flex-start;
  }
  #contact .contactUs-box .box-left .qrCode div {
    margin: 0;
    margin-right: 30px;
  }
  #contact .contactUs-box .box-left .qrCode div img {
    width: 100px;
  }
  #contact .contactUs-box .box-left .qrCode div h4 {
    font-size: 14px;
  }
  #contact .contactUs-box .box-right {
    margin-top: 30px;
  }
  #contact .contactUs-box .box-right h3 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  #contact .contactUs-box .box-right input {
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
  }
  #contact .contactUs-box .box-right textarea {
    padding: 10px;
    font-size: 14px;
  }

  /*新闻内页*/

  #nshow .newsDetail-box {
    flex-wrap: wrap;
    margin-top: 20px;
    padding-bottom: 20px;
  }

  #nshow .newsDetail-box .news-title {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 0;
  }

  #nshow .newsDetail-box .title-sm {
    justify-content: space-between;
    padding: 20px 0 30px;
    margin-bottom: 30px;
  }
  #nshow .newsDetail-box .title-sm span {
    padding: 20px 0;
    font-size: 14px;
  }
  #nshow .newsDetail-box .news-content {
    padding-bottom: 30px;
  }
  #nshow .newsDetail-box .news-content p,
  #nshow .newsDetail-box .news-content strong {
    font-size: 14px;
    line-height: 30px;
  }
  #nshow .newsDetail-box .news-content ul li {
    font-size: 14px;
    line-height: 30px;
  }

  #nshow .newsDetail-box .paging {
    padding: 20px 0;
  }

  #nshow .newsDetail-box .paging p {
    font-size: 16px;
    margin-bottom: 10px;
    width: 100%;
  }

  #nshow .newsDetail-box .box-right {
    margin-left: 0;
    margin-top: 30px;
    width: 100%;
  }
}
